home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_1484 / frame_8 / DoAction.as
Text File  |  2008-11-12  |  343b  |  18 lines

  1. if(eval("/Variables:AvanceTir") == false and eval("/Variables:GardesPris") == false)
  2. {
  3.    set("/Variables:AvanceTir",true);
  4.    tellTarget("_root.GardeDerriere")
  5.    {
  6.       gotoAndStop("AvanceTir");
  7.       play();
  8.    }
  9. }
  10. tellTarget("_root.Collider")
  11. {
  12.    gotoAndStop(2);
  13. }
  14. tellTarget("_root")
  15. {
  16.    gotoAndStop("StepFenetre");
  17. }
  18.